swift do catch

174

swift do catch -

do {
    let sandwich = try makeMeSandwich(kitchen)
} catch let error {
    print(error.localizedDescription)
}

Comments

Submit
0 Comments